R:transposing the dataframe
A useful, brief tutorial
http://www.rpubs.com/Mentors_Ubiqum/Transpose_Dataframe
use
t(as.matrix(MATRIX))